home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / include / pparm.h < prev    next >
C/C++ Source or Header  |  1995-07-03  |  1KB  |  53 lines

  1. /*
  2.  * Definitions for parameters of interface functions.
  3.  */
  4. char    *create_tp_exit;
  5. char    *create_tp_ptr;
  6. char    *data;
  7. char    *fmh_data;
  8. char    fill;
  9. char    locks;
  10. char    log_data_type;
  11. char    log_data_yes[64];
  12. char    lu_name[8];
  13. char    lu_type; /* ½¿í« own, ½¿í« other */
  14. char    map_name[8];
  15. char    map_type;
  16. char    max_length;
  17. char    mode_name[8];
  18. char    password[8];
  19. char    pip;
  20. char    profile[8];
  21. char    rc[2];
  22. char    request_to_send_received;
  23. char    resource[3];
  24. char    return_control;
  25. char    security;
  26. char    sync_level;
  27. char    tpn[8];
  28. char    type;
  29. char    user_id[8];
  30. char    what_received[8];
  31. int     *data;
  32. int     length;
  33. int     lu_id;
  34. int     lu_session_limit;
  35. int     max_tps;
  36. struct  pip_array *pip_ptr;
  37. void  allocate();
  38. void  attachlu();
  39. void  confirm();
  40. void  confirmd();
  41. void  dealloc();
  42. void  detachlu();
  43. void  flush();
  44. void  galloc();
  45. void  message();
  46. void  prepr();
  47. void  receivei();
  48. void  recwait();
  49. void  rtsend();
  50. void  senddata();
  51. void  senderr();
  52. void  tpanel();
  53.